home *** CD-ROM | disk | FTP | other *** search
/ Treccani Italiana Di Scienze Lettere Ed Arti / [Enciclopedia] Treccani Italiana di scienze lettere ed arti.iso / mac / data / menu_dvd.swf / scripts / DefineButton2_24 / BUTTONCONDACTION on(press).as
Text File  |  2007-11-07  |  83b  |  7 lines

  1. on(press){
  2.    if(this.OkBtnCallback)
  3.    {
  4.       this.OkBtnCallback();
  5.    }
  6. }
  7.